@charset "UTF-8";
/*reset--css*/
* {
  padding: 0;
  margin: 0;
  list-style: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  font-family: "PingFang SC", "Helvetica Neue", "Helvetica", Arial,
    "Microsoft YaHei", "WenQuanYi Micro Hei", "Heiti SC", "Segoe UI", sans-serif;
  font-size: 14px;
  position: relative;
}
a:focus,
button {
  outline: none !important;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
input {
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
a {
  text-decoration: none;
}
body,
h1,
h2,
h3,
h4,
h5,
p,
ul,
li {
  padding: 0;
  margin: 0;
  list-style: none;
}
body {
  padding-bottom: 50px;
}

.bzk_app {
  position: relative;
  background: #14cfa6;
}
/* 底部导航 */
.footer_nav {
  position: fixed;
  left: 0;
  bottom: 0;
  background: #fafafa;
  width: 100%;
  height: 50px;
  z-index: 61;
  border-top: 1px solid #eee;
  box-sizing: content-box;
}
@supports (bottom: env(safe-area-inset-bottom)) {
  .footer_nav {
    padding-bottom: calc(env(safe-area-inset-bottom) + 10px);
  }
}

.footer_nav .center {
  display: flex;
}
.footer_nav .center a {
  display: block;
  width: 25%;
  color: #666;
  text-align: center;
  padding-top: 27px;
  font-size: 11px;
  margin-top: 4px;
}
.footer_nav .center a.on {
  color: #14cfa6;
}
.footer_nav .center a.nav01 {
  background: url(img/f_nav01.png) no-repeat center top;
  background-size: 26px auto;
}
.footer_nav .center a.nav01.on {
  background: url(img/f_nav02.png) no-repeat center top;
  background-size: 26px auto;
}
.footer_nav .center a.nav02 {
  background: url(img/f_nav03.png) no-repeat center top;
  background-size: 26px auto;
}
.footer_nav .center a.nav02.on {
  background: url(img/f_nav04.png) no-repeat center top;
  background-size: 26px auto;
}
.footer_nav .center a.nav03 {
  background: url(img/f_nav05.png) no-repeat center top;
  background-size: 26px auto;
}
.footer_nav .center a.nav03.on {
  background: url(img/f_nav06.png) no-repeat center top;
  background-size: 26px auto;
}
.footer_nav .center a.nav04 {
  background: url(img/f_nav07.png) no-repeat center top;
  background-size: 26px auto;
}
.footer_nav .center a.nav04.on {
  background: url(img/f_nav08.png) no-repeat center top;
  background-size: 26px auto;
}

/* 公共背景 */
.public_bg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  z-index: 11;
  display: none;
}

/* 搜索模块 */
.head_search {
  position: relative;
  /* height: 235px; */
  height: 200px;
  background: linear-gradient(180deg, #14CFA6 0%, #14CFA6 100%);
  text-align: center;
}
.head_search .left_top_bg {
  width: 311px;
  height: 139px;
  background: url(img/search_bg_left.png) no-repeat center;
  background-size: 100% auto;
  position: absolute;
  left: 0;
  top: 0;
}
.head_search .right_bottom_bg {
  width: 113px;
  height: 95px;
  background: url(img/search_bg_right.png) no-repeat center;
  background-size: 100% auto;
  position: absolute;
  right: 0;
  bottom: 0;
}
.head_search .search_tabs {
  display: flex;
  margin: 0 15px;
  /* padding-top: 40px; */
  padding-top: 25px;
  position: relative;
  z-index: 1;
}
.head_search .search_tabs li {
  width: 33.33%;
  color: #fff;
  font-size: 18px;
}

.head_search .search_tabs li .line {
  width: 30px;
  height: 3px;
  background: #fff;
  margin: 7px auto 0;
  display: none;
}
.head_search .search_tabs li.on {
  font-weight: 500;
}
.head_search .search_tabs li.on .line {
  display: block;
}
.head_search .search_input {
  margin: 15px 15px auto;
  background: #fff;
  border-radius: 5px;
  position: relative;
  z-index: 1;
}
.head_search .search_input input[type="text"] {
  display: block;
  width: 100%;
  line-height: 56px;
  color: #333;
  text-indent: 1em;
  border: none;
  outline: none;
  border-radius: 5px;
}
.head_search .search_input input[type="text"]::placeholder {
  color: #999;
}
.head_search .search_input a {
  display: block;
  width: 62px;
  height: 45px;
  border-radius: 5px;
  position: absolute;
  right: 5px;
  top: 5px;
  border-radius: 5px;
  background: linear-gradient(90deg, #FE950B 0%, #FE6E16 100%);
}
.head_search .search_input a i{
  display: block;
  width: 100%;
  height: 100%;
  background: url(img/search_arrow_withe.png) no-repeat center;
  background-size: 24px auto;
}
.head_search .search_tabs_ad .search_tabs_ad_item{
  display: none;
}
.head_search .search_tabs_ad .show{
  display: block;
}
.head_search .search_tabs_ad .search_tabs_ad_item p{
  font-size: 14px;color: #ffffff;text-align: center;margin-top: 24px;position: relative;
}
.head_search .sjmb_list {
  margin: 15px auto 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
  z-index: 1;
}
.head_search .sjmb_list a {
  font-size: 12px;
  padding: 0 8px;
  white-space: nowrap;
  margin-top: 5px;
  display: block;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 3px;
  line-height: 27px;
  margin: 0 5px;
}

/* 设计模块 */
.index_my_design {
  margin-top: -7px;
  /* border-radius: 10px 10px 0 0; */
  background: #f9f9f9;
  padding-top: 0;
  padding-bottom: 25px;
}
.my_design .md_title {
  display: block;
  line-height: 25px;
  position: relative;
  margin-right: 15px;
}
.index_my_design .md_title {
  width: auto;
}
.my_design .md_title p.title {
  color: #222;
  font-size: 18px;
  padding-left: 25px;
  background: url(img/index_icon.png) no-repeat left center;
  background-size: 20px auto;
  font-weight: 500;
}
.my_design .md_title .go {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
  line-height: 20px;
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  padding-right: 15px;
  /* width: 15px;
  height: 15px; */
  background: url(img/index_icon01.png) no-repeat center right;
  background-size: 15px auto;
}
.index_my_design .md_title {
  padding-top: 25px;
  margin-left: 15px;
}
.index_my_design .md_title .go {
  bottom: 5px;
}
.my_design .md_cases {
  margin-left: 15px;
}
.my_design .md_cases p {
  padding-top: 45px;
  font-size: 14px;
  color: #333;
  text-align: center;
}
.my_design .md_cases .null_operation {
  margin-top: 20px;
  display: flex;
  padding-bottom: 30px;
  padding-right: 15px;
}
.my_design .md_cases .null_operation a {
  display: block;
  line-height: 42px;
  text-align: center;
  border: 1px solid #14cfa6;
  background: #fff;
  text-align: center;
  color: #14cfa6;
  border-radius: 3px;
  font-size: 15px;
  width: 48.5%;
}
.my_design .md_cases .null_operation a.generate_btn span {
  padding-right: 22px;
  background: url(img/index_icon02.png) no-repeat right center;
  background-size: 17px auto;
}
.my_design .md_cases .null_operation a.new_design {
  margin-left: 3%;
}
.my_design .md_cases .null_operation a.new_design span {
  padding-left: 17px;
  background: url(img/index_icon03.png) no-repeat left center;
  background-size: 12px auto;
}
.my_design .md_cases .null_operation a.loginin {
  margin: 0 auto;
  background: #14cfa6;
  color: #fff;
}
.my_design .md_cases .null_operation a.go_mydesign {
  background: #ededed;
  color: #333;
  border: none;
  line-height: 44px;
}
.my_design .md_cases .mycase_list {
}
.my_design .md_cases .mycase_list ul {
  width: 100%;
  overflow-x: scroll;
  height: auto;
  display: flex;
  margin-top: 12px;
}
.my_design .md_cases .mycase_list ul li {
  flex-shrink: 0;
  flex-direction: column;
  display: flex;
  margin-right: 10px;
  width: auto;
  position: relative;
}
.my_design .md_cases .mycase_list ul li a {
  display: block;
}
.my_design .md_cases .mycase_list ul li a img {
  display: block;
  height: 135px;
  pointer-events: none;
}
.my_design .md_cases .mycase_list ul li a .watermark {
  position: absolute;
  pointer-events: none;
  width: 100%;
  z-index: 1;
  height: 100%;
  line-height: 100%;
  top: 0;
  left: 0;
  transition: all 2s;
  background: url(../../images/logomaker.com.cn01.svg) center;
  -webkit-transition: all 2s;
}

/* 全部场景 */
.scene_wrap {
  padding: 30px 0 0 15px;
  background: #fff;
}
.scene_wrap .scene_screen {
  font-size: 14px;
  color: #333;
  padding-left: 25px;
  background: url(img/index_icon04.png) no-repeat left center;
  background-size: 20px auto;
  margin-bottom: 20px;
}
.scene_wrap .scene_screen #nav_scene_name {
  padding-right: 20px;
  background: url(img/index_icon05.png) no-repeat right center;
  background-size: 20px;
  font-size: 15px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #333333;
  line-height: 21px;
}
.scene_wrap .scene_screen .t_j_list {
  font-size: 15px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #333333;
  line-height: 21px;
  background: none;
  padding-right: 13px !important;
}
.scene_wrap .scene_lists .scene_box h3 {
  font-size: 18px;
  color: #222;
  width: 63%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.scene_wrap .scene_lists .scene_box .pubilc_series_roll {
  width: 100%;
  overflow-x: scroll;
  height: auto;
  display: flex;
  margin-bottom: 30px;
  margin-top: 15px;
}
.scene_wrap .scene_lists .scene_box .pubilc_series_roll .case_top_show {
  flex-shrink: 0;
  display: flex;
  /* flex-direction: column; */
  justify-content: center;
  margin-right: 10px;
}
.scene_wrap .scene_lists .scene_box .pubilc_series_roll .case_top_show a {
  display: block;
  /* height: 170px; */
  width: 110px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.scene_wrap .scene_lists .scene_box .pubilc_series_roll .case_top_show a img {
  display: block;
  /* height: 100%; */
  width: 100%;
  border: 1px solid #eeeeef;
}
.scene_wrap .scene_lists .scene_box .pubilc_series_roll .case_top_show p {
  text-align: center;
  color: #333;
  font-size: 12px;
  margin-top: 10px;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.scene_wrap .scene_lists .scene_box .pubilc_series_roll .end_ct_show {
  justify-content: center;
  flex-direction: initial;
}

.scene_wrap
  .scene_lists
  .scene_box
  .pubilc_series_roll
  .end_ct_show
  a.rs_more_btn {
  height: 70px;
  display: block;
  position: relative;
  top: 50%;
  margin-top: -35px;
}

.scene_wrap
  .scene_lists
  .scene_box
  .pubilc_series_roll
  .end_ct_show
  a.rs_more_btn
  .more_box {
  width: 40px;
  height: 40px;
  border: 1px solid #14cfa6;
  overflow: hidden;
  border-radius: 50%;
  background: url(../../images/design_template/more_arrow02.png) no-repeat
    center #fff;
  background-size: 16px auto;
  margin: 0 auto 10px;
}

.scene_wrap
  .scene_lists
  .scene_box
  .pubilc_series_roll
  .end_ct_show
  a.rs_more_btn
  p {
  font-size: 14px;
  color: #333;
  text-align: center;
}

.scene_wrap .scene_lists .center_box h3 {
  text-align: center;
  width: 100%;
  font-size: 20px;
}
.scene_wrap .more_scene {
  text-align: center;
  font-size: 14px;
  color: #ccc;
  margin-bottom: 30px;
}
.scene_wrap .more_scene a {
  color: #14cfa6;
}
.scene_wrap a.start_design {
  display: block;
  max-width: 165px;
  margin: 30px auto 0;
  border: 1px solid #14cfa6;
  text-align: center;
  border-radius: 3px;
}
.scene_wrap a.start_design span {
  color: #14cfa6;
  font-size: 15px;
  padding-right: 24px;
  background: url(img/index_icon02.png) no-repeat right center;
  background-size: 17px auto;
  line-height: 42px;
}

/* 场景筛选列表 */
.screen_fixd_list {
  position: fixed;
  bottom: -468px;
  left: 0;
  width: 100%;
  height: 468px;
  background: #fff;
  z-index: 12;
  border-radius: 10px 10px 0 0;
}
.screen_fixd_list .center {
  padding: 20px 15px;
  /* height: 468px; */
  height: calc(100% - 61px);
  overflow-y: auto;
}
.screen_fixd_list .center ul li a {
  display: block;
  line-height: 48px;
  color: #333;
  font-size: 16px;
  background: #f6f7f9;
  margin-top: 13px;
  border: 1px solid #f6f7f9;
  position: relative;
  border-radius: 3px;
}
.screen_fixd_list .center ul li:first-child a {
  margin-top: 0;
}
.screen_fixd_list .center ul li a p {
  margin-left: 20px;
  padding-left: 40px;
}
.screen_fixd_list .center ul li a .selected {
  position: absolute;
  width: 20px;
  height: 20px;
  background: url(img/selected_icon.png) no-repeat center;
  background-size: 20px auto;
  right: 15px;
  top: 15px;
  display: none;
  border-bottom: none;
}
.screen_fixd_list .center ul li.on a {
  background: #ebfdf9;
  border: 1px solid #14cfa6;
  color: #14cfa6;
}
.screen_fixd_list .center ul li.on a .selected {
  display: block;
}
.screen_fixd_list .center ul li:nth-child(1) a p {
  background: url(img/index_mscene_icon01.png) no-repeat left center;
  background-size: 30px auto;
}
.screen_fixd_list .center ul li:nth-child(2) a p {
  background: url(img/index_mscene_icon02.png) no-repeat left center;
  background-size: 30px auto;
}
.screen_fixd_list .center ul li:nth-child(3) a p {
  background: url(img/index_mscene_icon03.png) no-repeat left center;
  background-size: 30px auto;
}
.screen_fixd_list .center ul li:nth-child(4) a p {
  background: url(img/index_mscene_icon04.png) no-repeat left center;
  background-size: 30px auto;
}
.screen_fixd_list .center ul li:nth-child(5) a p {
  background: url(img/index_mscene_icon05.png) no-repeat left center;
  background-size: 30px auto;
}
.screen_fixd_list .center ul li:nth-child(6) a p {
  background: url(img/index_mscene_icon06.png) no-repeat left center;
  background-size: 30px auto;
}
.screen_fixd_list .center ul li:nth-child(7) a p {
  background: url(img/index_mscene_icon07.png) no-repeat left center;
  background-size: 30px auto;
}
.screen_fixd_list .center ul li:nth-child(8) a p {
  background: url(img/index_mscene_icon08.png) no-repeat left center;
  background-size: 30px auto;
}
.screen_fixd_list .center ul li:nth-child(9) a p {
  background: url(img/index_mscene_icon09.png) no-repeat left center;
  background-size: 30px auto;
}
.screen_fixd_list .center ul li:nth-child(10) a p {
  background: url(img/index_mscene_icon010.png) no-repeat left center;
  background-size: 30px auto;
}

/* 个人中心 我的 */

.personal_wrap {
  background: #fff;
  padding-bottom: 30px;
}
.personal_wrap .consumer_box {
  overflow: hidden;
  padding: 15px 15px 0;
}
.personal_wrap .consumer_box .consumer_head {
  float: left;
  width: 58px;
  height: 58px;
  position: relative;
}
.personal_wrap .consumer_box .consumer_head img {
  width: 100%;
  border-radius: 50%;
}
.personal_wrap .consumer_box .consumer_head .vip_start {
  position: absolute;
  width: 22px;
  height: 22px;
  background: url(img/qywx_vip.svg) no-repeat center;
  background-size: 22px;
  right: 0;
  bottom: 0;
}
.personal_wrap .consumer_box .consumer_head .agent_start {
  position: absolute;
  width: 22px;
  height: 22px;
  background: url(../../images/agent_mark.svg) no-repeat center;
  background-size: 22px;
  right: 0;
  bottom: 0;
}
.personal_wrap .consumer_box .consumer_info {
  margin-left: 80px;
  line-height: 1.4;
}
.personal_wrap .consumer_box .consumer_info p {
  font-size: 20px;
  font-weight: bolder;
  color: #333;
  margin-top: 15px;
}
.personal_wrap .consumer_box .consumer_info a {
  font-size: 20px;
  font-weight: bolder;
  color: #333;
  margin-top: 15px;
  display: block;
}
.personal_wrap .consumer_box .consumer_info span {
  display: block;
  font-size: 12px;
  color: #999;
  margin-top: 4px;
}
.personal_wrap .vip_buy_btn {
  max-width: 100%;
  position: relative;
  display: block;
  height: 59px;
  line-height: 59px;
  /* background: linear-gradient(90deg, #fbe7a3 0%, #f9e39d 17%, #ebc169 100%); */
  background: #f8de96;
  border-radius: 5px;
  margin: 15px 15px 0;
}
.personal_wrap .vip_buy_btn p {
  color: #883f16;
  font-size: 12px;
  position: absolute;
  left: 15px;
  top: 14px;
  z-index: 11;
}
.personal_wrap .vip_buy_btn p span {
  display: block;
  line-height: 1.4;
}
.personal_wrap .vip_buy_btn p span.sf_vip {
  font-weight: 500;
}
.personal_wrap .vip_buy_btn .vip_bg {
  height: 59px;
  width: 220px;
  position: absolute;
  right: 0;
  top: 0;
  background: url(img/vip_bg.png) no-repeat;
  background-size: 220px auto;
}
.personal_wrap .vip_buy_btn span.vip_kt {
  display: block;
  position: absolute;
  padding: 0 18px;
  right: 10px;
  top: 14px;
  line-height: 30px;
  text-align: center;
  color: #fff;
  background: linear-gradient(90deg, #dfb14f 0%, #d78b1c 100%);
  border-radius: 30px;
  font-size: 12px;
  z-index: 10;
}
.personal_wrap .vip_buy_btn span.vip_kt i {
  font-style: normal;
  padding-right: 10px;
  background: url(img/vip_arrow_write.png) no-repeat right center;
  background-size: 10px auto;
}
/* ioswxapp虚拟业务 */
.personal_wrap .isIosWxappConnect{
  color: #883f16;
  position: absolute;
  left: 15px;
  top: 21px;
  z-index: 11;
  display: flex;
  align-items: center;
}
.personal_wrap .isIosWxappConnect .isIosWxappVip {
  font-size: 14px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #883F16;
  line-height: 20px;
}
.chart_coin p .tb_is_ios_Wxapp{
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  line-height: 17px;
}

.personal_wrap .consumer_nav ul li {
  border-top: 1px solid #eee;
}
.personal_wrap .consumer_nav ul li a {
  display: block;
  padding-left: 34px;
  margin: 0 15px;
  color: #333;
}
.personal_wrap .consumer_nav ul li a p {
  line-height: 56px;
  background: url(img/index_icon01.png) no-repeat right center;
  background-size: 15px auto;
  font-size: 16px;
}
.personal_wrap .consumer_nav ul li .mylogo {
  background: url(img/mine_icon01.png) no-repeat left center;
  background-size: 20px auto;
}
.personal_wrap .consumer_nav ul li .myupload {
  background: url(img/mine_icon02.png) no-repeat left center;
  background-size: 20px auto;
}
.personal_wrap .consumer_nav ul li .myorder {
  background: url(img/mine_icon03.png) no-repeat left center;
  background-size: 20px auto;
}
.personal_wrap .consumer_nav ul li .myauth {
  background: url(img/mine_icon04.png) no-repeat left center;
  background-size: 20px auto;
}
.personal_wrap .consumer_nav ul li .my_order {
  background: url(../../images/personal_center/my_order.png) no-repeat left center;
  background-size: 20px auto;
}
.personal_wrap .consumer_nav ul li .account_number {
  background: url(img/mine_icon05.png) no-repeat left center;
  background-size: 20px auto;
}
.personal_wrap .consumer_nav ul li:first-child {
  border-top: none;
}
.personal_wrap .consumer_nav ul li a.out_account {
  padding-left: 0;
}
.personal_wrap .consumer_nav ul li a.out_account p {
  background: none;
  text-align: center;
}
.personal_wrap .consumer_nav ul li .contact_service_mc {
  background: url(img/mine_icon06.png) no-repeat left center;
  background-size: 20px auto;
}
.personal_wrap .consumer_nav ul li .help-center {
  background: url(img/mine_icon06.png) no-repeat left center;
  background-size: 20px auto;
}
.personal_wrap .chart_coin {
  padding: 15px 0 10px;
  /* border-bottom: 1px solid #f5f5f5; */
  position: relative;
  /* margin-bottom: 10px; */
  margin: 0 15px;
}
.personal_wrap .chart_coin p, .personal_wrap .conpouContainer p {
  color: #999;
  font-size: 12px;
  line-height: 20px;
  background: url(img/drill_icon.png) no-repeat left center;
  background-size: 15px auto;
  padding-left: 20px;
}
.personal_wrap .chart_coin p span, .personal_wrap .conpouContainer p span {
  color: #e7bc7b;
  display: inline-block;
  width: auto;
  height: auto;
  vertical-align: initial;
}
.personal_wrap .chart_coin a, .personal_wrap .conpouContainer a {
  display: block;
  position: absolute;
  right: 0;
  top: 15px;
  font-size: 12px;
  color: #e7bc7b !important;
  padding-right: 13px;
  background: url(img/mine_arrow.png) no-repeat right center;
  background-size: 10px auto;
  line-height: 20px;
  height: auto;
}
.personal_wrap .chart_coin a:hover {
  background: url("../images/qywx/vip_arrow02.png") no-repeat right center !important;
  background-size: 11px auto !important;
  color: #e7bc7b !important;
}
.personal_wrap .conpouContainer {
  padding: 2px 15px 15px;
  border-bottom: 1px solid #f5f5f5;
  position: relative;
}
.personal_wrap .conpouContainer p {
  background: url("img/popupIcon.png") no-repeat left center;
  background-size: 15px auto;
}
.personal_wrap .conpouContainer p span {
  color: #FF4800;
}
.personal_wrap .conpouContainer a {
  color: #FF4800 !important;
  background: url("img/coupon_back.png") no-repeat right center / 10px auto;
  top: 2px;
  right: 15px;
}
.personal_wrap .conpouContainer a:hover {
  background: #fff url("img/coupon_back.png") no-repeat right center / 10px auto !important;
}


.myline {
  height: 10px;
  width: 100%;
  background: #f5f5f5;
}

/* 分享页 */
.share_wrap {
}
.share_wrap .share_box {
  padding: 20px 15px 25px;
  background: #fafafa;
}
.share_wrap .share_box .swiper-container {
  padding-bottom: 20px;
}
.share_wrap .share_box .swiper-container .swiper-wrapper {
  align-items: center;
}
.share_wrap .share_box .swiper-container .swiper-wrapper .swiper-slide {
  text-align: center;
  display: block;
  justify-content: center;
  background: #fff;
}
.share_wrap .share_box .swiper-container .swiper-wrapper .swiper-slide img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 360px;
}
.share_wrap .share_box .swiper-container .swiper-pagination {
  bottom: 0;
}
.share_wrap
  .share_box
  .swiper-container
  .swiper-pagination
  .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  background: #d8d8d8;
}
.share_wrap
  .share_box
  .swiper-container
  .swiper-pagination
  .swiper-pagination-bullet-active {
  background: #14cfa6;
}
.share_wrap .share_box .share_operation {
  margin-top: 18px;
  display: flex;
  flex-wrap: nowrap;
}
.share_wrap .share_box .share_operation a {
  display: block;
  line-height: 42px;
  flex: 1;
  text-align: center;
  margin-left: 1.55%;
  background: #fff;
  color: #14cfa6;
  border-radius: 3px;
}
.share_wrap .share_box .share_operation a span {
  display: block;
  width: 100%;
  border: 1px solid #14cfa6;
  border-radius: 3px;
  font-size: 14px;
}
.share_wrap .share_box .share_operation a:first-child {
  margin-left: 0;
}
.share_wrap .share_box .share_operation a:last-child {
  background: #14cfa6;
  color: #fff;
}

.v-modal {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  background: #000;
  display: none;
}
.share_wrap .pop_up_box {
  display: none;
  width: 94%;
  height: 320px;
  z-index: 100;
  padding-top: 45px;
  position: fixed;
  top: 50%;
  left: 3%;
  margin-top: -160px;
  background-color: #fff;
  box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 10%);
  border-radius: 3px;
  padding: 30px 24px;
}
.share_wrap .pop_up_box .close {
  display: block;
  float: right;
  margin-top: 0px;
  margin-right: 0px;
  cursor: pointer;
  opacity: unset;
  width: 20px;
  height: 20px;
  margin-bottom: 20px;
  position: absolute;
  top: 10px;
  right: 10px;
}
.share_wrap .pop_up_box .copy_link {
  height: 45px;
  border: 1px solid #dddddd;
  background-color: #f5f5f5;
  border-radius: 3px;
  padding: 0px 13px;
}
.share_wrap .pop_up_box img {
  display: block;
  width: 130px;
  height: 130px;
  margin: 20px auto;
}
.share_wrap .pop_up_box .copy_link span {
  float: left;
  line-height: 45px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
}
.share_wrap .pop_up_box .copy_link div {
  line-height: 36px;
  background-color: #fff;
  width: 100px;
  height: 36px;
  border: 1px solid #dddddd;
  margin: 4px 0;
  text-align: center;
  position: absolute;
  right: 28px;
  border-radius: 3px;
}
.share_wrap .pop_up_box p {
  text-align: center;
}
.share_wrap .pop_up_box p span {
  display: inline-block;
  background: url(../../images/weixin_share.png) center no-repeat;
  width: 27px;
  height: 22px;
  background-size: 27px 22px;
  vertical-align: middle;
}

.contact_service_pop {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 4001;
  display: none;
}
.contact_service_pop .csp_box {
  position: absolute;
  width: 100%;
  height: 271px;
  left: 0%;
  bottom: 0;
  background: #fff;
  border-radius: 3px 3px 0 0;
}
/* .contact_service_pop .csp_box .csp_close {
  width: 20px;
  height: 20px;
  background: url("img/csp_close.png") no-repeat center;
  background-size: 20px auto;
  cursor: pointer;
  position: absolute;
  right: 10px;
  top: 10px;
} */
.contact_service_pop .csp_box img {
  display: block;
  width: 180px;
  margin: 30px auto 15px;
}
.contact_service_pop .csp_box p {
  color: #333;
  font-size: 15px;
  text-align: center;
  padding-bottom: 25px;
}



@media screen and (max-width: 375px) {
  .scene_wrap .scene_lists .scene_box .pubilc_series_roll .case_top_show a{
    width: 100px;
  }
}
